We cannot currently include any header files in the C files since common.h
needs to be included first, and it is in the header file. Move it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Tested-by: Marcel Ziswiler <[email protected]>
Tested-on: Apalis T30 2GB on Apalis Evaluation Board
* Copyright 2011 Freescale Semiconductor, Inc.
*/
+#include <common.h>
#include "e1000.h"
#define TOUT_LOOP 100000
#ifndef _E1000_HW_H_
#define _E1000_HW_H_
-#include <common.h>
#include <linux/list.h>
#include <malloc.h>
#include <net.h>
+#include <common.h>
#include "e1000.h"
#include <linux/compiler.h>